home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / cross / Avr.lha / Atmel / INCCT_Programmer / Src / makefile < prev    next >
Makefile  |  1999-11-02  |  387b  |  18 lines

  1. INCCT: incct.o timer.o gadget.o filereq.o progress.o
  2.     vc incct.o timer.o gadget.o filereq.o progress.o -o INCCT -lmieee
  3.  
  4. incct.o: incct.c globdefs.h
  5.     vc -c incct.c -o incct.o 
  6.  
  7. timer.o: timer.c
  8.     vc -c timer.c -o timer.o
  9.  
  10. gadget.o: gadget.c globdefs.h
  11.     vc -c gadget.c -o gadget.o
  12.  
  13. filereq.o: filereq.c
  14.     vc -c filereq.c -o filereq.o
  15.  
  16. progress.o: progress.c
  17.     vc -c progress.c -o progress.o
  18.